object ProgressReport: TProgressReport Left = 312 Top = 123 BorderIcons = [] BorderStyle = bsDialog ClientHeight = 133 ClientWidth = 313 Font.Color = clBtnText Font.Height = -12 Font.Name = 'Arial' Font.Style = [] Position = poScreenCenter Scaled = False PixelsPerInch = 96 TextHeight = 15 object ProgressPanel: TPanel Left = 8 Top = 40 Width = 297 Height = 41 BevelOuter = bvLowered TabOrder = 0 object ProgressBar: TGauge Left = 8 Top = 8 Width = 281 Height = 25 ForeColor = clMaroon Progress = 0 end end object Prompt: TPanel Left = 8 Top = 8 Width = 297 Height = 25 BevelOuter = bvLowered TabOrder = 1 end object CancelBtn: TButton Left = 114 Top = 96 Width = 84 Height = 28 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 OnClick = CancelBtnClick end end